net/http.http2Transport.t1 (field)
18 uses
net/http (current package)
h2_bundle.go#L1108: if h2.t1 != nil {
h2_bundle.go#L1109: http2fillNetHTTPTransportConfig(&conf, h2.t1)
h2_bundle.go#L7604: t1 *Transport
h2_bundle.go#L7666: if t.t1 != nil && t.t1.MaxResponseHeaderBytes != 0 {
h2_bundle.go#L7667: n = t.t1.MaxResponseHeaderBytes
h2_bundle.go#L7682: return t.DisableCompression || (t.t1 != nil && t.t1.DisableCompression)
h2_bundle.go#L7705: t1: t1,
h2_bundle.go#L8229: return t.t1 != nil && t.t1.DisableKeepAlives
h2_bundle.go#L8233: if t.t1 == nil {
h2_bundle.go#L8236: return t.t1.ExpectContinueTimeout
h2_bundle.go#L8715: if cc.t.t1 != nil {
h2_bundle.go#L8716: return cc.t.t1.ResponseHeaderTimeout
h2_bundle.go#L10130: if t1 := cs.cc.t.t1; t1 != nil && t1.MaxResponseHeaderBytes > limit {
h2_bundle.go#L10887: if t.t1 != nil {
h2_bundle.go#L10888: return t.t1.IdleConnTimeout
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)